home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / RTANKSRC.ZIP / TSS.H < prev    next >
Text File  |  1989-02-26  |  170b  |  11 lines

  1. #define TSS struct TSS_type
  2. #define p_TSS TSS *
  3.  
  4. TSS {
  5.     char name[10];
  6.     int  t_weapons[10];
  7.     int  t_extras[10];
  8.     int  t_chassis;
  9.     int  team;
  10. };
  11.